home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo *** Runwp.bat - Version 2.0
- echo ***
- echo *** This is an example batch file used for executing commands.
- echo ***
- echo *** This batch file will run your wordprocessor if you tell it
- echo *** which directory to use, and what it is called.
- echo ***
- pause
- rem
- rem Replace the following commands with the appropriate commands to run
- rem your spreadsheet (and remove the 'rem' part!)
- rem
- rem cd \wproc
- rem wp
- rem
- rem Replace the following with the commands to restart NOTICE BOARD, such as:
- rem
- rem cd \notice\source
- rem notice
- rem
- notice
-